/* 作品個別のスタイルを記述するためのCSS。必要に応じて改名すること */

html{
  font-family: "BIZ UDGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}


@page :left{
    @left-middle {
        content: "";
        writing-mode: horizontal-tb;
        transform: translate(0,0) rotate(180deg);
    }
}
@page :right{
    @top-right {
        content: "// 作品名だよ //";
        writing-mode: horizontal-tb;
        transform: translate(-30px,0) rotate(0);
    }
}

@page ltlbg_section_sukebe:left{
    background: url(../img/sukebeLabel_L.jpg) no-repeat ;
    background-size: 120px;
    background-position: left -12px top -12px;
}
@page ltlbg_section_sukebe:right{
    background: url(../img/sukebeLabel_R.jpg) no-repeat ;
    background-size: 120px;
    background-position: right -12px top -12px;
}
